-
Notifications
You must be signed in to change notification settings - Fork 2k
Odie Client: Upgrade @automattic/agenttic-ui and @automattic/agenttic-client to v0.1.26
#107180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: trunk
Are you sure you want to change the base?
Conversation
|
This PR modifies the release build for the following Calypso Apps: For info about this notification, see here: PCYsg-OT6-p2
To test WordPress.com changes, run |
Jetpack Cloud live (direct link)
Automattic for Agencies live (direct link)
|
@automattic/agenttic-ui to v0.1.25@automattic/agenttic-ui to v0.1.26
|
@alshakero I tested the HC chat, and it’s still working on my end. I’m not very familiar with it — could you please double-check? Thanks! |
|
This PR does not affect the size of JS and CSS bundles shipped to the user's browser. Generated by performance advisor bot at iscalypsofastyet.com. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR consolidates the @automattic/agenttic-ui package to version 0.1.26 across all dependencies to resolve CSS override issues caused by multiple versions being used simultaneously.
- Upgrades
@automattic/agenttic-uifrom versions 0.1.9, 0.1.10, 0.1.20, and 0.1.23 to a unified version 0.1.26 - Updates yarn.lock to reflect the single consolidated version
- Eliminates package version conflicts that were causing CSS styling problems
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/odie-client/package.json | Updates agenttic-ui dependency from ^0.1.20 to ^0.1.26 |
| packages/agents-manager/package.json | Updates agenttic-ui dependency from ^0.1.23 to ^0.1.26 |
| package.json | Updates agenttic-ui dependency from ^0.1.10 to ^0.1.26 |
| client/package.json | Updates agenttic-ui dependency from ^0.1.9 to ^0.1.26 |
| yarn.lock | Consolidates multiple version entries into single v0.1.26 resolution |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
@automattic/agenttic-ui to v0.1.26@automattic/agenttic-ui and @automattic/agenttic-client to v0.1.26
Proposed Changes
@automattic/agenttic-uito v0.1.26Why are these changes being made?
To solve the CSS overridden issue due to a different package version.
Testing Instructions
Pre-merge Checklist